type github.com/google/go-cmp/cmp.typeMode

4 uses

	github.com/google/go-cmp/cmp (current package)
		report_compare.go#L24: type typeMode int
		report_compare.go#L28: 	emitType typeMode = iota
		report_compare.go#L50: 	TypeMode typeMode
		report_compare.go#L60: func (opts formatOptions) WithTypeMode(t typeMode) formatOptions {